Release 0.1.18
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Sun, 12 Jun 2016 23:07:53 +0000 (02:07 +0300)
committerAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Sun, 12 Jun 2016 23:07:53 +0000 (02:07 +0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d9e8c6f9825b211d956f85d992e41ca3b2689dd1..a993e33ec589bf60a3c3831bf92fb0b0c37e122b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,9 @@ the news section both in the README and the webpage.
 
 
                                                                           -->
-
+2016-06-13 babl-0.1.18                                              </dt><dd>
+Bugfix: take alpha threshold in consideration when processing floats in SSE2.
+                                                                    </dd><dt>
 2016-02-12 babl-0.1.16                                              </dt><dd>
 Improvements to half float reference, SIMD, and fast-paths, and CIE float fast
 paths; cleanups of fast path extensions.
index befb35066ac6702c2d78babd28573964bc77a7fa..f813f56afcd889f729d06ad8e9d4d2312920aa8e 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [17])
+m4_define([babl_micro_version], [18])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])